home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / basic / PureBasic_Upd2.readme < prev    next >
Text File  |  2001-07-04  |  18KB  |  345 lines

  1. Short:    V2.32 - Update for registered users (from any version to 2.32)
  2. Author:   alphasnd@purebasic.com (Fantaisie Software)
  3. Uploader: alphasnd@purebasic.com (Frederic Laboureur)
  4. Version:  2.32
  5. Type:     dev/basic
  6. Replace:  PureBasic_Upd2.00.lha
  7.  
  8.    PureBasic is brand new 'high level' programming langage based on the
  9.    previoulsy etablished B.A.S.I.C rules. It ensure a good compatibility
  10.    with similar basic compiler independement of the computer. The learning
  11.    is easy, as basic has been created for beginner and the development time
  12.    is really fast.
  13.  
  14.    This software has been developed for the Amiga with the Amiga enviromment
  15.    in mind. We have put lot of effort in its realization to produce fast,
  16.    reliable and system friendly langage. The respect of the OS is always the
  17.    master word, and you couldn't write bad software with the basic commandset
  18.    provided. Of course, you could add any other functions to bash the hardware
  19.    and use all the Amiga power, if you need it.
  20.  
  21.    The syntax is easy, but the possibities are huge because some 'advanced'
  22.    functions has been added to this langage like pointers, structure,
  23.    procedure, dynamic linked lists, and more.. For the experienced coder,
  24.    there is no problem to access any of the legal OS structures or amiga
  25.    objects.
  26.  
  27.    Finally, PureBasic support the 680x0 processor and the PowerPC processor.
  28.    The 68000 part has been very optimized to output the best code as possible,
  29.    but we're sure we could do even better ! PowerPC part is under heavy
  30.    optimizations.
  31.  
  32.  
  33.    Look yourself at the main features of PureBasic:
  34.  
  35.      - 68000, 68020+ and PowerPC support
  36.      - Built-in Array, dynamic linked list, complex structure, pointer
  37.        and variable definitions
  38.      - Supported types: Byte (8 bit), Word (16 bits), Long (32) and user
  39.        defined ones (structures)
  40.      - Signed and unsigned support for standard types
  41.      - Built-in strings type
  42.      - Constants, binary and hexadecimal numbers support
  43.      - Very good expression reducer by grouping constants and numeric numbers together
  44.      - Standard arithmetic support with respect of signs priority and parenthesis:
  45.        +, -, /, *, and, or, lsl, asl, lsr, asr
  46.      - Compile about 30 000 lines/min on a 68030/50
  47.      - Procedure support for structured programming with locals and global variables
  48.      - All Standard BASIC keywords: If-Else-EndIf, Repeat-Until ...
  49.      - External libraries support to manipulate easily objects like IFF pictures,
  50.        screens, windows, gadgets, sprites...
  51.      - Inlined ASM
  52.      - Precompiled structures and constants files for extra fast compiling.
  53.      - Cool debugger to stop the program execution and trace the bugs easily.
  54.      - Configurable CLI compiler
  55.      - System friendly, easy to install and always under development
  56.      - And more !
  57.  
  58.  
  59. ***********
  60.            *
  61. V2.32 News  *
  62.            *
  63. ***********
  64.  
  65.  
  66.     Added: ReadMemory(), WriteMemory(), SetWindowTagList()
  67.     Added: Palette: added async palette fade
  68.     Added: New commands for Chunky library
  69.     Added: Procedures can now returns strings
  70.     Added: WaitWindowEvent()
  71.     Added: CompilerIf, Else...
  72.     Added: FileSystem library
  73.     Added: Path change when running a program from the editor (no need to put absolute path anymore)
  74.     Added: Editor: Auto-casing and contextual online help.
  75.     Added: Data support (new commands: Data, DataSection, EndDataSection, Read, Restore)
  76.  
  77.     Changed: PokeS(), now returns the number of characters 'poked' (handy)
  78.     Changed: OpenWindow() (to be compatiable with other OSes)
  79.     Changed: The whole gadget library (to be compatiable with other OSes)
  80.  
  81.     Fixed: A compiler bug (Structure can't be redeclared a second time..)
  82.     Fixed: A member in a structure used but not initialized
  83.     Fixed: Sprite lib (debugger and priority to the end)
  84.     Fixed: a Picture bug (recompilation with optims..)
  85.     Fixed: Screen/FontRequester(): now returns 0 when cancelled.
  86.     Fixed: ReadString(), Str()
  87.     Fixed: A lot of editor bugs
  88.  
  89.  
  90.            Visit our site web at: http://www.purebasic.com
  91.  
  92.                    ...Feel the P.u.R.e Power...
  93.  
  94.                   © 2001 - Fantaisie Software -
  95.  
  96.  
  97. ============================= Archive contents =============================
  98.  
  99. Original  Packed Ratio    Date     Time    Name
  100. -------- ------- ----- --------- --------  -------------
  101.     2531    1312 48.1% 19-Mar-00 16:40:28  PureBasic_Update_2.32.info
  102.     1268    1203  5.1% 11-Jun-01 16:11:26 +2DDrawing.delta
  103.      368     356  3.2% 11-Jun-01 16:11:26 +Amiga.delta
  104.     1720    1624  5.5% 11-Jun-01 16:11:26 +AmigaSprite.delta
  105.      884     842  4.7% 11-Jun-01 16:11:26 +App.delta
  106.      960     939  2.1% 11-Jun-01 16:11:26 +Audio.delta
  107.     1372    1304  4.9% 11-Jun-01 16:11:26 +BitMap.delta
  108.     6080    5732  5.7% 11-Jun-01 16:11:26 +Chunky.delta
  109.      540     540  0.0% 11-Jun-01 16:11:26 +Clipboard.delta
  110.     2108    1997  5.2% 11-Jun-01 16:11:26 +Commodity.delta
  111.     1428    1324  7.2% 11-Jun-01 16:11:26 +File.delta
  112.      700     686  2.0% 11-Jun-01 16:11:26 +FileSystem.delta
  113.      844     806  4.5% 11-Jun-01 16:11:26 +Font.delta
  114.     4300    3901  9.2% 11-Jun-01 16:11:26 +Gadget.delta
  115.      596     571  4.1% 11-Jun-01 16:11:26 +Joypad.delta
  116.      920     868  5.6% 11-Jun-01 16:11:26 +LinkedList.delta
  117.     1068    1032  3.3% 11-Jun-01 16:11:26 +MemoryBank.delta
  118.     1700    1591  6.4% 11-Jun-01 16:11:26 +Menu.delta
  119.     1708    1585  7.2% 11-Jun-01 16:11:26 +Misc.delta
  120.     2364    2150  9.0% 11-Jun-01 16:11:26 +Network.delta
  121.      388     385  0.7% 11-Jun-01 16:11:26 +OS.delta
  122.     3088    2914  5.6% 11-Jun-01 16:11:26 +Palette.delta
  123.   150004  134618 10.2% 11-Jun-01 16:11:26 +PBCompiler.delta
  124.      944     920  2.5% 11-Jun-01 16:11:26 +Picasso96.delta
  125.     2316    2173  6.1% 11-Jun-01 16:11:26 +Picture.delta
  126.     2584    2422  6.2% 11-Jun-01 16:11:26 +PopupMenu.delta
  127.     6072    5682  6.4% 11-Jun-01 16:11:26 +PTModule.delta
  128.     1256    1190  5.2% 11-Jun-01 16:11:26 +Rainbow.delta
  129.     1008     963  4.4% 11-Jun-01 16:11:26 +Requester.delta
  130.     1924    1788  7.0% 11-Jun-01 16:11:26 +Screen.delta
  131.      644     644  0.0% 11-Jun-01 16:11:26 +Sort.delta
  132.     3064    2910  5.0% 11-Jun-01 16:11:26 +Sound.delta
  133.     6892    6448  6.4% 11-Jun-01 16:11:26 +Sprite.delta
  134.     1128    1067  5.4% 11-Jun-01 16:11:26 +String.delta
  135.      576     558  3.1% 11-Jun-01 16:11:26 +TagList.delta
  136.      432     428  0.9% 11-Jun-01 16:11:26 +Timer.delta
  137.     1552    1491  3.9% 11-Jun-01 16:11:26 +ToolType.delta
  138.      236     234  0.8% 11-Jun-01 16:11:26 +WbStartup.delta
  139.     2820    2590  8.1% 11-Jun-01 16:11:26 +Window.delta
  140.     7869    1468 81.3% 11-Jun-01 16:23:30 +Install
  141.     3827    1912 50.0% 16-Jan-01 22:28:38 +Install.info
  142.     5317    1592 70.0% 11-Jun-01 16:11:28 +Misc.asm
  143.     3946     996 74.7% 11-Jun-01 16:11:28 +StringRoutines.asm
  144.     6176    3411 44.7% 11-Jun-01 16:11:26 +Default_Debugger
  145.     5842    1600 72.6% 11-Jun-01 16:11:26 +ChunkyDemo.csp
  146.     1430     734 48.6% 11-Jun-01 16:11:26 +App.pb
  147.     2794    1325 52.5% 11-Jun-01 16:11:26 +Asm_Inline.pb
  148.      665     307 53.8% 11-Jun-01 16:11:26 +Audio.pb
  149.     1643     761 53.6% 11-Jun-01 16:11:26 +BitMap&Drawing.pb
  150.     3482     998 71.3% 11-Jun-01 16:11:26 +Chunky.pb
  151.      557     283 49.1% 11-Jun-01 16:11:26 +Clipboard.pb
  152.      372     248 33.3% 11-Jun-01 16:11:26 +Data.pb
  153.     2069     918 55.6% 11-Jun-01 16:11:26 +DualPlayfield_Screen.pb
  154.      763     337 55.8% 11-Jun-01 16:11:26 +File.pb
  155.      775     395 49.0% 11-Jun-01 16:11:26 +FileSystem.pb
  156.     1351     530 60.7% 11-Jun-01 16:11:26 +Font.pb
  157.     3664    1352 63.1% 11-Jun-01 16:11:26 +Gadget.pb
  158.     1193     476 60.1% 11-Jun-01 16:11:26 +Joypad.pb
  159.      900     313 65.2% 11-Jun-01 16:11:26 +LinkedList.pb
  160.     1912     645 66.2% 11-Jun-01 16:11:26 +MemoryBank.pb
  161.     1802     799 55.6% 11-Jun-01 16:11:26 +Menu.pb
  162.      725     402 44.5% 11-Jun-01 16:11:26 +Network_Client.pb
  163.     1270     551 56.6% 11-Jun-01 16:11:26 +Network_Server.pb
  164.     1135     515 54.6% 11-Jun-01 16:11:26 +Palette.pb
  165.     1267     410 67.6% 11-Jun-01 16:11:26 +Picasso96.pb
  166.     1567     686 56.2% 11-Jun-01 16:11:26 +Picture.pb
  167.     1947     696 64.2% 11-Jun-01 16:11:26 +PopupMenu.pb
  168.     2808    1125 59.9% 11-Jun-01 16:11:26 +Program1.pb
  169.     5243    1505 71.2% 11-Jun-01 16:11:26 +ProtrackerReplay.pb
  170.     2565     840 67.2% 11-Jun-01 16:11:26 +PTModule.pb
  171.      727     328 54.8% 11-Jun-01 16:11:26 +Rainbow.pb
  172.     2685     875 67.4% 11-Jun-01 16:11:26 +Sound.pb
  173.     2188     898 58.9% 11-Jun-01 16:11:26 +Sprite.pb
  174.      435     220 49.4% 11-Jun-01 16:11:26 +Timer.pb
  175.     2438     855 64.9% 11-Jun-01 16:11:26 +ToolType.pb
  176.    15878    4638 70.7% 11-Jun-01 16:11:26 +WaponezII.pb
  177.    12186    3567 70.7% 11-Jun-01 16:11:26 +WildManager.pb
  178.     1102     578 47.5% 11-Jun-01 16:11:26 +Window.pb
  179.      336     160 52.3% 11-Jun-01 16:11:26 +Back_1
  180.      382     287 24.8% 11-Jun-01 16:11:26 +Back_10
  181.      382     261 31.6% 11-Jun-01 16:11:26 +Back_2
  182.      358     210 41.3% 11-Jun-01 16:11:26 +Back_3
  183.      368     246 33.1% 11-Jun-01 16:11:26 +Back_4
  184.      384     293 23.6% 11-Jun-01 16:11:26 +Back_5
  185.      378     267 29.3% 11-Jun-01 16:11:26 +Back_6
  186.      376     271 27.9% 11-Jun-01 16:11:26 +Back_7
  187.      376     269 28.4% 11-Jun-01 16:11:26 +Back_8
  188.      386     265 31.3% 11-Jun-01 16:11:26 +Back_9
  189.      140      90 35.7% 11-Jun-01 16:11:26 +Blank
  190.     1804    1194 33.8% 11-Jun-01 16:11:26 +Boss
  191.      256     186 27.3% 11-Jun-01 16:11:26 +Bullet
  192.      430     208 51.6% 11-Jun-01 16:11:26 +Bullet_1
  193.      490     220 55.1% 11-Jun-01 16:11:26 +Bullet_2
  194.      478     210 56.0% 11-Jun-01 16:11:26 +Bullet_3
  195.      334     208 37.7% 11-Jun-01 16:11:26 +Bullet_Bottom
  196.      292     211 27.7% 11-Jun-01 16:11:26 +Bullet_Diag1
  197.      308     214 30.5% 11-Jun-01 16:11:26 +Bullet_Diag2
  198.      278     200 28.0% 11-Jun-01 16:11:26 +Bullet_Left
  199.      278     206 25.8% 11-Jun-01 16:11:26 +Bullet_Right
  200.     1200     107 91.0% 11-Jun-01 16:11:26 +DefaultMap
  201.      692     438 36.7% 11-Jun-01 16:11:26 +Ennemy_1
  202.      802     496 38.1% 11-Jun-01 16:11:26 +Ennemy_2_1
  203.      776     482 37.8% 11-Jun-01 16:11:26 +Ennemy_2_2
  204.      598     377 36.9% 11-Jun-01 16:11:26 +Ennemy_3_1
  205.      602     361 40.0% 11-Jun-01 16:11:26 +Ennemy_3_2
  206.      602     310 48.5% 11-Jun-01 16:11:26 +Ennemy_3_3
  207.      602     285 52.6% 11-Jun-01 16:11:26 +Ennemy_3_4
  208.      602     320 46.8% 11-Jun-01 16:11:26 +Ennemy_3_5
  209.      602     357 40.6% 11-Jun-01 16:11:26 +Ennemy_3_6
  210.      598     233 61.0% 11-Jun-01 16:11:26 +Explosion_1
  211.      748     350 53.2% 11-Jun-01 16:11:26 +Explosion_2
  212.      826     470 43.0% 11-Jun-01 16:11:26 +Explosion_3
  213.      900     526 41.5% 11-Jun-01 16:11:26 +Explosion_4
  214.      938     526 43.9% 11-Jun-01 16:11:26 +Explosion_5
  215.      906     457 49.5% 11-Jun-01 16:11:26 +Explosion_6
  216.      832     371 55.4% 11-Jun-01 16:11:26 +Explosion_7
  217.      686     260 62.0% 11-Jun-01 16:11:26 +Explosion_8
  218.      730     441 39.5% 11-Jun-01 16:11:26 +Player_1
  219.      732     424 42.0% 11-Jun-01 16:11:26 +Player_2
  220.      734     428 41.6% 11-Jun-01 16:11:26 +Player_3
  221.    35304    8835 74.9% 11-Jun-01 16:11:26 +Background
  222.    16210   14228 12.2% 11-Jun-01 16:11:26 +Explosion
  223.     1166    1106  5.1% 11-Jun-01 16:11:26 +Lazer
  224.     6392    5103 20.1% 11-Jun-01 16:11:26 +Title_256.iff
  225.      727     405 44.2% 11-Jun-01 16:11:28 +Amiga.guide
  226.     4298    1653 61.5% 11-Jun-01 16:11:28 +AmigaSprite.guide
  227.     9817    2273 76.8% 11-Jun-01 16:11:28 +ASM_Keywords.guide
  228.     4123    1210 70.6% 11-Jun-01 16:11:28 +Audio.guide
  229.     3984    1417 64.4% 11-Jun-01 16:11:28 +BitMap.guide
  230.     5357    2018 62.3% 11-Jun-01 16:11:28 +Chunky.guide
  231.     1257     597 52.5% 11-Jun-01 16:11:28 +Clipboard.guide
  232.     7611    2473 67.5% 11-Jun-01 16:11:28 +Drawing.guide
  233.     3976    1071 73.0% 11-Jun-01 16:11:28 +FileSystem.guide
  234.     1826     777 57.4% 11-Jun-01 16:11:28 +Font.guide
  235.    27920    7779 72.1% 11-Jun-01 16:11:28 +Gadget.guide
  236.    41709    5258 87.3% 11-Jun-01 16:11:28 +Index.guide
  237.    60315    6368 89.4% 11-Jun-01 16:11:28 +IndexAll.guide
  238.     3038    1280 57.8% 11-Jun-01 16:11:28 +Joypad.guide
  239.     3673    1202 67.2% 11-Jun-01 16:11:28 +MemoryBank.guide
  240.     6737    2180 67.6% 11-Jun-01 16:11:28 +Misc.guide
  241.    10455    3207 69.3% 11-Jun-01 16:11:28 +Network.guide
  242.     1673     480 71.3% 11-Jun-01 16:11:28 +OS.guide
  243.     6961    2387 65.7% 11-Jun-01 16:11:28 +Palette.guide
  244.     3442    1209 64.8% 11-Jun-01 16:11:28 +Picture.guide
  245.    10267    2372 76.8% 11-Jun-01 16:11:28 +PopupMenu.guide
  246.     5245    1657 68.4% 11-Jun-01 16:11:28 +Protracker.guide
  247.     3798    1355 64.3% 11-Jun-01 16:11:28 +Rainbow.guide
  248.    35883   10810 69.8% 11-Jun-01 16:11:28 +Reference.guide
  249.    31541    8458 73.1% 11-Jun-01 16:11:28 +Requester.guide
  250.    24383    7905 67.5% 11-Jun-01 16:11:28 +Screen.guide
  251.     1810     645 64.3% 11-Jun-01 16:11:28 +Sort.guide
  252.    13322    3009 77.4% 11-Jun-01 16:11:28 +Sound.guide
  253.    13243    3856 70.8% 11-Jun-01 16:11:28 +Sprite.guide
  254.     4071    1171 71.2% 11-Jun-01 16:11:28 +String.guide
  255.     2311     923 60.0% 11-Jun-01 16:11:28 +TagList.guide
  256.     1586     703 55.6% 11-Jun-01 16:11:28 +Timer.guide
  257.     7420    2186 70.5% 11-Jun-01 16:11:28 +ToolType.guide
  258.     1149     569 50.4% 11-Jun-01 16:11:28 +WBStartup.guide
  259.    34060   11020 67.6% 11-Jun-01 16:11:28 +Window.guide
  260.    46263   10300 77.7% 11-Jun-01 16:11:28 +AmigaLibs.asm
  261.     3464    1218 64.8% 11-Jun-01 16:11:28 +MakeResident.asm
  262.     5530    2429 56.0% 11-Jun-01 16:11:28 +PureBasic SDK.Readme
  263.    20993    8206 60.9% 11-Jun-01 16:11:28 +PureBasic.guide
  264.    82856   31200 62.3% 11-Jun-01 16:11:28 +PureEditor
  265.      638     195 69.4% 11-Jun-01 16:11:26 +All.pb
  266.      634     279 55.9% 11-Jun-01 16:11:28 +All.pb
  267.     6543    2402 63.2% 11-Jun-01 16:11:28 +animationclass.pb
  268.     5954    2034 65.8% 11-Jun-01 16:11:28 +datatypes.pb
  269.     9858    3219 67.3% 11-Jun-01 16:11:28 +datatypesclass.pb
  270.     3479    1228 64.7% 11-Jun-01 16:11:28 +pictureclass.pb
  271.     1953     783 59.9% 11-Jun-01 16:11:28 +soundclass.pb
  272.     2162     812 62.4% 11-Jun-01 16:11:28 +textclass.pb
  273.     1037     511 50.7% 11-Jun-01 16:11:26 +audio.pb
  274.    10591    3630 65.7% 11-Jun-01 16:11:26 +cd.pb
  275.     9800    3230 67.0% 11-Jun-01 16:11:26 +datatypesclass.pb
  276.     1116     552 50.5% 11-Jun-01 16:11:26 +gameport.pb
  277.     4130    1724 58.2% 11-Jun-01 16:11:26 +narrator.pb
  278.     3254    1312 59.6% 11-Jun-01 16:11:26 +parallel.pb
  279.     5219    2050 60.7% 11-Jun-01 16:11:26 +prtbase.pb
  280.     2711     890 67.1% 11-Jun-01 16:11:26 +prtgfx.pb
  281.     6761    2415 64.2% 11-Jun-01 16:11:26 +serial.pb
  282.     7355    2821 61.6% 11-Jun-01 16:11:26 +trackdisk.pb
  283.     9453    3861 59.1% 11-Jun-01 16:11:26 +dos.pb
  284.    14744    5580 62.1% 11-Jun-01 16:11:26 +dosextens.pb
  285.     2738    1163 57.5% 11-Jun-01 16:11:26 +doshunks.pb
  286.      757     383 49.4% 11-Jun-01 16:11:26 +devices.pb
  287.     6259    2573 58.8% 11-Jun-01 16:11:26 +execbase.pb
  288.      815     443 45.6% 11-Jun-01 16:11:26 +interrupts.pb
  289.     1338     584 56.3% 11-Jun-01 16:11:26 +io.pb
  290.     1514     729 51.8% 11-Jun-01 16:11:26 +libraries.pb
  291.     3031    1270 58.0% 11-Jun-01 16:11:26 +memory.pb
  292.     1064     594 44.1% 11-Jun-01 16:11:26 +resident.pb
  293.     2422    1005 58.5% 11-Jun-01 16:11:26 +tasks.pb
  294.     1342     688 48.7% 11-Jun-01 16:11:26 +gfx.pb
  295.     3654    1271 65.2% 11-Jun-01 16:11:26 +monitor.pb
  296.     5886    2289 61.1% 11-Jun-01 16:11:26 +text.pb
  297.     6948    2843 59.0% 11-Jun-01 16:11:26 +view.pb
  298.     1697     645 61.9% 11-Jun-01 16:11:26 +adkbits.pb
  299.     4795    1454 69.6% 11-Jun-01 16:11:26 +cia.pb
  300.     3506    1354 61.3% 11-Jun-01 16:11:26 +custom.pb
  301.     1487     662 55.4% 11-Jun-01 16:11:26 +intbits.pb
  302.     3656    1634 55.3% 11-Jun-01 16:11:26 +classusr.pb
  303.     9698    3616 62.7% 11-Jun-01 16:11:26 +gadgetclass.pb
  304.     6830    2690 60.6% 11-Jun-01 16:11:26 +imageclass.pb
  305.    63843   21200 66.7% 11-Jun-01 16:11:26 +intuition.pb
  306.     9101    3658 59.8% 11-Jun-01 16:11:26 +preferences.pb
  307.     6962    2913 58.1% 11-Jun-01 16:11:26 +sghooks.pb
  308.     6086    2358 61.2% 11-Jun-01 16:11:26 +amigaguide.pb
  309.    13320    3226 75.7% 11-Jun-01 16:11:26 +asl.pb
  310.     6111    2265 62.9% 11-Jun-01 16:11:26 +commodities.pb
  311.     9435    3769 60.0% 11-Jun-01 16:11:26 +configregs.pb
  312.      331     237 28.3% 11-Jun-01 16:11:26 +expansion.pb
  313.     2183    1025 53.0% 11-Jun-01 16:11:26 +expansionbase.pb
  314.     7375    2676 63.7% 11-Jun-01 16:11:26 +iffparse.pb
  315.     6954    2069 70.2% 11-Jun-01 16:11:26 +lowlevel.pb
  316.     1366     635 53.5% 11-Jun-01 16:11:26 +mathresource.pb
  317.     1371     501 63.4% 11-Jun-01 16:11:26 +nonvolatile.pb
  318.     6541    2211 66.1% 11-Jun-01 16:11:26 +realtime.pb
  319.     1151     489 57.5% 11-Jun-01 16:11:26 +icontrol.pb
  320.     1995     822 58.7% 11-Jun-01 16:11:26 +printergfx.pb
  321.      626     298 52.3% 11-Jun-01 16:11:26 +screenmode.pb
  322.     1377     468 66.0% 11-Jun-01 16:11:26 +PureResident_Small.pb
  323.     4102    1566 61.8% 11-Jun-01 16:11:26 +card.pb
  324.     2665     866 67.5% 11-Jun-01 16:11:26 +disk.pb
  325.     3767    1400 62.8% 11-Jun-01 16:11:26 +rxslib.pb
  326.     8312    2991 64.0% 11-Jun-01 16:11:26 +storage.pb
  327.      866     386 55.4% 11-Jun-01 16:11:26 +name.pb
  328.     6208    1975 68.1% 11-Jun-01 16:11:26 +pack.pb
  329.     1966     836 57.4% 11-Jun-01 16:11:26 +tagitem.pb
  330.   137789   56948 58.6% 11-Jun-01 16:11:26 +AmigaOS_Small
  331.     2531    1315 48.0% 11-Jun-01 16:11:28 +Tools.info
  332.    37852   15332 59.4% 11-Jun-01 16:11:28 +OpenPureBasic
  333.     3117    1369 56.0% 11-Jun-01 16:11:28 +OpenPureBasic.guide
  334.     2837    1376 51.4% 11-Jun-01 16:11:28 +OpenPureBasic.guide.info
  335.      788     494 37.3% 11-Jun-01 16:11:28 +OpenPureBasic.info
  336.    13184    7041 46.5% 11-Jun-01 16:11:28 +SpriteGrabber
  337.     2705    1141 57.8% 11-Jun-01 16:11:28 +SpriteGrabber.guide
  338.     2837    1375 51.5% 11-Jun-01 16:11:28 +SpriteGrabber.guide.info
  339.     1718     261 84.8% 11-Jun-01 16:11:28 +SpriteGrabber.info
  340.     5560    3064 44.8% 16-Jan-01 22:28:38 +PurePatcher
  341.     1128     538 52.3% 11-Jun-01 16:12:54 +ReadMe
  342.     1686     598 64.5% 16-Jan-01 22:28:38 +ReadMe.info
  343. -------- ------- ----- --------- --------
  344.  1541165  657190 57.3% 12-Jun-101 03:47:18   242 files
  345.